home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / zkuste / MacOS / FILES / MiCards.sit / Mike's Cards / Mike's Cards.rsrc / STR#_7828.txt < prev    next >
Text File  |  2000-07-01  |  2KB  |  67 lines

  1. errAERecordingIsAlreadyOn - available only in version 1.0.1 or greater
  2.  
  3. errAEUnknownObjectType - available only in version 1.0.1 or greater
  4.  
  5. errAEEmptyListContainer - Attempt to pass empty list as container to accessor
  6.  
  7. errAENegativeCount - CountProc returned negative value
  8.  
  9. errAENoSuchObject - e.g.,: specifier asked for the 3rd, but there are only 2. Basically, this indicates a run-time resolution error.
  10.  
  11. errAENotAnObjSpec - Param to AEResolve not of type 'obj '
  12.  
  13. errAEBadTestKey - Test is neither typeLogicalDescriptor nor typeCompDescriptor
  14.  
  15. errAENoSuchLogical - Something other than AND, OR, or NOT
  16.  
  17.  
  18.  
  19. errAEAccessorNotFound - Accessor proc matching wantClass and containerType or wildcards not found
  20.  
  21.  
  22.  
  23. errAEWrongNumberArgs - Logical op kAENOT used with other than 1 term
  24.  
  25. errAEImpossibleRange - A range like 3rd to 2nd, or 1st to all.
  26.  
  27. errAEIllegalIndex - index is out of range in a put operation
  28.  
  29. errAEReplyNotArrived - the contents of the reply you are accessing have not arrived yet
  30.  
  31. errAEHandlerNotFound - no handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler
  32.  
  33. errAEUnknownAddressType - the target address type is not known
  34.  
  35. errAEParamMissed - a required parameter was not accessed
  36.  
  37. errAENotASpecialFunction - there is no special function for/with this keyword
  38.  
  39. errAENoUserInteraction - no user interaction is allowed
  40.  
  41. errAETimeout - the AppleEvent timed out
  42.  
  43. errAEWaitCanceled - in AESend, the user cancelled out of wait loop for reply or receipt
  44.  
  45. errAEUnknownSendMode - mode wasn't NoReply, WaitReply, or QueueReply or Interaction level is unknown
  46.  
  47. errAEReplyNotValid - AEResetTimer was passed an invalid reply parameter
  48.  
  49. errAEEventNotHandled - the AppleEvent was not handled by any handler
  50.  
  51. errAENotAppleEvent - the event is not in AppleEvent format
  52.  
  53. errAENewerVersion - need newer version of the AppleEvent manager
  54.  
  55. errAEBadListItem - the specified list item does not exist
  56.  
  57. errAENotAEDesc
  58.  
  59. errAEWrongDataType
  60.  
  61. errAECorruptData
  62.  
  63. errAEDescNotFound
  64.  
  65. errAECoercionFail - bad parameter data or unable to coerce the data supplied
  66.  
  67.